NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate<TItem> Class / CanTranslate Method / CanTranslate(ENCompassDirection,Double,Boolean) Method
translate direction
translate step
indicates whether the move permissions of the nodes must be discarded
In This Topic
    CanTranslate(ENCompassDirection,Double,Boolean) Method
    In This Topic
    Determines whether the translate can be performed with the specified parameterd
    Syntax
    public System.bool CanTranslate( 
       ENCompassDirection direction,
       System.double step,
       System.bool discardMovePermissions
    )

    Parameters

    direction
    translate direction
    step
    translate step
    discardMovePermissions
    indicates whether the move permissions of the nodes must be discarded

    Return Value

    true if the operation succeeded, otherwise false
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also